Skip to content

Bump the development-dependencies-major group across 1 directory with 7 updates#1319

Open
dependabot[bot] wants to merge 1 commit intosupporter_level_goalfrom
dependabot/bundler/development-dependencies-major-291a9501b5
Open

Bump the development-dependencies-major group across 1 directory with 7 updates#1319
dependabot[bot] wants to merge 1 commit intosupporter_level_goalfrom
dependabot/bundler/development-dependencies-major-291a9501b5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the development-dependencies-major group with 6 updates in the / directory:

Package From To
rspec-rails 7.1.1 8.0.2
standard 1.51.1 1.53.0
standard-rails 1.4.0 1.6.0
dotenv-rails 3.1.8 3.2.0
byebug 12.0.0 13.0.0
shoulda-matchers 6.5.0 7.0.1

Updates rspec-rails from 7.1.1 to 8.0.2

Changelog

Sourced from rspec-rails's changelog.

8.0.2 / 2025-08-12

Full Changelog

Bug Fixes:

8.0.1 / 2025-06-19

Full Changelog

Bug Fixes:

  • Make the have_been_performed / have_been_enqueued return false for supports_block_expectations? as they don't supporting block expectations. (Sam Kidman, rspec/rspec-rails#2851)

8.0.0 / 2025-04-30

Full Changelog

Enhancements:

  • Add Rails 8 authentication generator support. (Jerome Dalbert, rspec/rspec-rails#2811)
  • Improve install generator comment for ActiveRecord::Migration.maintain_test_schema! rspec/rspec-rails#2832
  • Add support for served_by in system specs. (Sam Giffney, rspec/rspec-rails#2841)

Breaking Changes:

  • Minimum supported Rails version is 7.2.0
Commits

Updates standard from 1.51.1 to 1.53.0

Changelog

Sourced from standard's changelog.

1.53.0

  • Updates rubocop to 1.82.0
  • Starts support for Ruby 4.0

1.52.0

Commits
  • 17bd342 🇰🇷🇺🇸v1.53.0
  • f0af18a Merge pull request #779 from standardrb/updates-2026-01-13
  • f88f1c1 Updates rubocop
  • b0add11 gemfile updates for ruby 4
  • 1690c8b Updates setup-ruby
  • 3f0505e Testing new ruby version
  • e656076 Merge pull request #774 from standardrb/dependabot/bundler/m-1.7.0
  • 0da0bd4 Bump m from 1.6.2 to 1.7.0
  • c106fd7 Merge pull request #772 from standardrb/dependabot/github_actions/step-securi...
  • 95ee1ef Merge pull request #773 from standardrb/dependabot/github_actions/peter-evans...
  • Additional commits viewable in compare view

Updates standard-rails from 1.4.0 to 1.6.0

Changelog

Sourced from standard-rails's changelog.

[1.6.0]

  • Update Rubocop Rails to v2.34

[1.5.0]

Commits
  • 8ab43b5 🥐 v1.6.0
  • 2ceb491 Merge pull request #119 from standardrb/dependabot/bundler/rubocop-rails-2.34.2
  • 9408826 Configures three new cops
  • f6b1854 Merge pull request #121 from standardrb/dependabot/github_actions/ruby/setup-...
  • 096d2a7 Bump ruby/setup-ruby from 1.268.0 to 1.269.0
  • 0d50d24 Merge pull request #120 from standardrb/dependabot/github_actions/actions/che...
  • 836c9ce Bump actions/checkout from 6.0.0 to 6.0.1
  • de23389 Merge pull request #122 from standardrb/dependabot/github_actions/step-securi...
  • bc0bb45 Bump step-security/harden-runner from 2.13.2 to 2.13.3
  • fd2cc95 Update rubocop-rails requirement from ~> 2.33.4 to >= 2.33.4, < 2.35.0
  • Additional commits viewable in compare view

Updates dotenv-rails from 3.1.8 to 3.2.0

Release notes

Sourced from dotenv-rails's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0

Commits
  • 34156bf Prepare for 3.2.0 release
  • ab47820 Merge pull request #531 from grosser/grosser/warn
  • fae6120 Merge branch 'main' into grosser/warn
  • 4f510f4 Merge pull request #532 from grosser/grosser/fixes
  • 959e1da Merge pull request #539 from bkeepers/dependabot/github_actions/actions/check...
  • 041451e Update spec message
  • b300f26 Bump actions/checkout from 4 to 6
  • 5f4ca01 Merge branch 'main' into grosser/warn
  • 209dca4 Merge pull request #540 from i7an/handle-parentheses
  • 48c4956 Merge branch 'main' into handle-parentheses
  • Additional commits viewable in compare view

Updates dotenv-rails from 3.1.8 to 3.2.0

Release notes

Sourced from dotenv-rails's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0

Commits
  • 34156bf Prepare for 3.2.0 release
  • ab47820 Merge pull request #531 from grosser/grosser/warn
  • fae6120 Merge branch 'main' into grosser/warn
  • 4f510f4 Merge pull request #532 from grosser/grosser/fixes
  • 959e1da Merge pull request #539 from bkeepers/dependabot/github_actions/actions/check...
  • 041451e Update spec message
  • b300f26 Bump actions/checkout from 4 to 6
  • 5f4ca01 Merge branch 'main' into grosser/warn
  • 209dca4 Merge pull request #540 from i7an/handle-parentheses
  • 48c4956 Merge branch 'main' into handle-parentheses
  • Additional commits viewable in compare view

Updates byebug from 12.0.0 to 13.0.0

Release notes

Sourced from byebug's releases.

13.0.0

Fixed

  • #924: Use typed data APIs to fix Ruby 4.0 deprecation ([@​nobu]).
  • #876: Add explicit require of stringio ([@​pabloh]).
  • #909: Avoid loading readline at all to play nice with Ruby 4.0.
  • #905: Make reline an explicit dependency to fix Ruby 3.4 warnings.
  • #824: Improve startup by loading IRB lazily ([@​pocke]).
  • #848: Grammar fixes in GUIDE.md ([@​alexymik]).
  • #804: Fix typo in context.rb documentation ([@​ono-max]).

Removed

  • Support for MRI 3.1. Byebug no longer installs on this platform.

... (truncated)

Changelog

Sourced from byebug's changelog.

[13.0.0] - 2026-01-15

Fixed

  • #924: Use typed data APIs to fix Ruby 4.0 deprecation ([@​nobu]).
  • #876: Add explicit require of stringio ([@​pabloh]).
  • #909: Avoid loading readline at all to play nice with Ruby 4.0.
  • #905: Make reline an explicit dependency to fix Ruby 3.4 warnings.
  • #824: Improve startup by loading IRB lazily ([@​pocke]).
  • #848: Grammar fixes in GUIDE.md ([@​alexymik]).
  • #804: Fix typo in context.rb documentation ([@​ono-max]).

Removed

  • Support for MRI 3.1. Byebug no longer installs on this platform.
Commits

Updates shoulda-matchers from 6.5.0 to 7.0.1

Release notes

Sourced from shoulda-matchers's releases.

v7.0.1

7.0.1 - 2025-10-31

Bug fixes

#1687: thoughtbot/shoulda-matchers#1687

v7.0.0

7.0.0 - 2025-10-31

Backward-incompatible changes

Bug fixes

Features

Improvements

  • Refactor Ruby manager setup, add mise integration by @​amalrik (#1674)
  • Update Ruby versions to latest stable releases by @​matsales28 (#1676, #1683)
  • Update supported Ruby versions to 3.3.10 and 3.4.7

#1667: thoughtbot/shoulda-matchers#1667 #1669: thoughtbot/shoulda-matchers#1669 #1674: thoughtbot/shoulda-matchers#1674 #1675: thoughtbot/shoulda-matchers#1675 #1676: thoughtbot/shoulda-matchers#1676 #1677: thoughtbot/shoulda-matchers#1677 #1678: thoughtbot/shoulda-matchers#1678 #1680: thoughtbot/shoulda-matchers#1680 #1682: thoughtbot/shoulda-matchers#1682 #1683: thoughtbot/shoulda-matchers#1683

Changelog

Sourced from shoulda-matchers's changelog.

7.0.1 - 2025-10-31

Bug fixes

#1687: thoughtbot/shoulda-matchers#1687

7.0.0 - 2025-10-31

Backward-incompatible changes

Bug fixes

Features

Improvements

  • Refactor Ruby manager setup, add mise integration by @​amalrik (#1674)
  • Update Ruby versions to latest stable releases by @​matsales28 (#1676, #1683)
  • Update supported Ruby versions to 3.3.10 and 3.4.7

#1667: thoughtbot/shoulda-matchers#1667 #1669: thoughtbot/shoulda-matchers#1669 #1674: thoughtbot/shoulda-matchers#1674 #1675: thoughtbot/shoulda-matchers#1675 #1676: thoughtbot/shoulda-matchers#1676 #1677: thoughtbot/shoulda-matchers#1677 #1678: thoughtbot/shoulda-matchers#1678 #1680: thoughtbot/shoulda-matchers#1680 #1682: thoughtbot/shoulda-matchers#1682 #1683: thoughtbot/shoulda-matchers#1683

Commits
  • 2a50331 bump version to 7.0.1
  • 3ae93e6 hotfix: Add mutex_m gem dependency (#1687)
  • 731aaa7 Bump version to 7.0.0
  • 9069b59 * chore: Update supported Ruby versions to 3.3.10 and 3.4.7
  • 99e3698 chore: Add Rails 8.1 support (#1682)
  • 5c79d3b chore: Drop support for Rails 7.0 (#1680)
  • 7c46150 chore: Add support for Rails 8 (#1677)
  • 49113db chore: Drop support for Rails 6.1 and older (#1678)
  • 15560c7 feat: Add service, strict_loading, and dependent options to `have_attac...
  • 024c055 chore: Update Ruby versions to latest stable releases (#1676)
  • Additional commits viewable in compare view

Updates minitest from 5.25.5 to 6.0.1

Changelog

Sourced from minitest's changelog.

=== 6.0.1 / 2025-12-26

  • 1 minor enhancement:

    • Added new rake task test:fu to Minitest::TestTask, to only run tests with FU (focused units?) in their name. This should mostly obviate the need for the minitest-focus plugin.
  • 5 bug fixes:

    • Fixed --help and --version exiting 1. (grosser)
    • Fixed method signature of Minitest::Benchmark.run. (flavorjones)
    • Flush stdout/stderr before exit./bin/minitest -Ilib ./bug1046.rb:1 < /dev/null (grosser)
    • Improved usage banner output by reordering and reformatting.
    • Normalize paths while processing file.rb:line args.

=== 6.0.0 / 2025-12-17

This is a major release. Read this.

Please give feedback here: minitest/minitest#1040

Oh god... here we go... (again)

  • 8 deaths in the family(!!):

    • Deleted MiniTest and MiniTest::Unit::TestCase compatibility namespaces.
    • Deleted all use of Marshal for serialization.
    • Deleted maglev? and rubinius? guard methods. LOL.
    • Deleted all minitest/spec expectations from Object. Use _/value/expect.
    • Dropped minitest/mock.rb. This has been extracted to the minitest-mock gem.
    • assert_equal(nil, value) no longer allowed. Use assert_nil to be explicit.
    • Removed assert_send. Use assert_predicate or assert_operator.
    • Removed Minitest::Test#class_name.
  • 7 major (oft incompatible) changes:

    • Big: Major refactored MT6's run path!
      • Minitest.__run -> Minitest.run_all_suites
      • Runnable.run -> Runnable.run_suite & Runnable.filter_runnable_methods
      • Runnable.run_one_method -> Runnable.run
      • Removed Minitest.run_one_method (might bring it back to raise?)
    • Removed deprecated ENV["N"] to specify number of parallel tests. Use MT_CPU.
    • Renamed +options[:filter]+ to +options[:include]+, added --include cmdline option.
      • --name is still handled, but that will be removed in the future.
    • Renamed Minitest::Runnable#test_order to #run_order.
    • If #message is passed a proc then that proc overrides all other output.
      • They are no longer chained!
      • And it does less for formatting of your output.
    • Removed reporter arg from with_info_handler as it has never(?) been used. (HACK?)

... (truncated)

Commits
  • edd37ce prepped for release
  • 248c9e2 - Fixed method signature of Minitest::Benchmark.run. (flavorjones)
  • 18bbdb1 - Flush stdout/stderr before exit./bin/minitest -Ilib ./bug1046.rb:1 < /dev/n...
  • 50a1b1f - Normalize paths while processing file.rb:line args.
  • 372b997 - Fixed --help and --version exiting 1. (grosser)
  • c05a898 - Improved usage banner output by reordering and reformatting.
  • 692c2e7 + Added new rake task test:fu to Minitest::TestTask, to only run tests with...
  • 5bbab5c Fix format of History.rdoc. (y-yagi)
  • 2f3d88e prepped for release
  • 756f965 Add Hoe's :cov plugin and start to look at gaps
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 19, 2026
@dependabot dependabot bot requested a review from wwahammy as a code owner January 19, 2026 03:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 19, 2026
… 7 updates

Bumps the development-dependencies-major group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `7.1.1` | `8.0.2` |
| [standard](https://github.com/standardrb/standard) | `1.51.1` | `1.53.0` |
| [standard-rails](https://github.com/testdouble/standard-rails) | `1.4.0` | `1.6.0` |
| [dotenv-rails](https://github.com/bkeepers/dotenv) | `3.1.8` | `3.2.0` |
| [byebug](https://github.com/deivid-rodriguez/byebug) | `12.0.0` | `13.0.0` |
| [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `6.5.0` | `7.0.1` |



Updates `rspec-rails` from 7.1.1 to 8.0.2
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v7.1.1...v8.0.2)

Updates `standard` from 1.51.1 to 1.53.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.51.1...v1.53.0)

Updates `standard-rails` from 1.4.0 to 1.6.0
- [Changelog](https://github.com/standardrb/standard-rails/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard-rails@v1.4.0...v1.6.0)

Updates `dotenv-rails` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.8...v3.2.0)

Updates `dotenv-rails` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.8...v3.2.0)

Updates `byebug` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/deivid-rodriguez/byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/byebug/blob/main/CHANGELOG.md)
- [Commits](deivid-rodriguez/byebug@v12.0.0...v13.0.0)

Updates `shoulda-matchers` from 6.5.0 to 7.0.1
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v6.5.0...v7.0.1)

Updates `minitest` from 5.25.5 to 6.0.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.5...v6.0.1)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies-major
- dependency-name: standard
  dependency-version: 1.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-major
- dependency-name: standard-rails
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-major
- dependency-name: dotenv-rails
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-major
- dependency-name: dotenv-rails
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-major
- dependency-name: byebug
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies-major
- dependency-name: shoulda-matchers
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies-major
- dependency-name: minitest
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/development-dependencies-major-291a9501b5 branch from 452128b to 630872e Compare January 26, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants